home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1996
/
MacHack 1996.toast
/
Hacks
/
Hacks ’92
/
NotificationMon ƒ
/
NotificationMon.ƒ
/
Source
/
Drawing.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-06-22
|
177 b
|
10 lines
|
[
TEXT/KAHL
]
#include "NotificationMon.h"
DrawImage(notificationDoc *w)
{
if(IsNotificationDoc((WindowPeek)w)) {
UpdateNotifications((notificationDoc*)w, GetCtlValue(w->vScroll));
}
}